home *** CD-ROM | disk | FTP | other *** search
/ W95 Shareware Collection / W95 Collection - Windows 95 Shareware (LCDCAN).iso / win95 / programm / aew32 / readme.1st < prev    next >
Encoding:
Text File  |  1995-06-11  |  8.1 KB  |  202 lines

  1. Readme file for build 663 of ARIS EDIT 2.0
  2.  
  3. Bugs fixed since build 655
  4.  
  5. 1. When using the reformat function from the Edit menu the maximum number of
  6.    lines in the file is not initialized again, thus resulting in incorrect
  7.    scrolling behavior.
  8.  
  9. 2. The flickering while selecting text has been minimized as far as possible.
  10.  
  11. 3. Lines in C/C++ source file with any part of the line highlighted
  12.    didn't show syntax coloring for the unhighlighted part of the line.
  13.  
  14. 4. Double clicking on the left border of an editor window caused an incorrect
  15.    screen update. The line was still shown as highlighted. This version now
  16.    ignores double clicks on the border.
  17.  
  18. 5. The vertical scrollbar was not corerctly updated when clicking with
  19.    the mouse.
  20.  
  21. New features since build 655
  22.  
  23. 1. ARIS EDIT now uses OLE for drag and drop operations, thus enabling
  24.    drag and drop to and from other OLE enabled applications.
  25.    
  26. Bugs fixed since build 643
  27.  
  28. 1. Ctrl + Y (Delete line) didn't remove the highlight, causing a random
  29.    area to be selected.
  30.  
  31. 2. When using BACKSPACE bookmarks disappeared.
  32.  
  33. 3. The current directory display in the status bar wasn't always updated
  34.    immediately.
  35.  
  36. 4. When re-reading a file modified by another application ARIS EDIT closed
  37.    all open views for that file and opened a new view. This has been changed
  38.    in order to keep the currently open views open and to keep their current
  39.    location and order on the desktop.
  40.  
  41. 5. When selecting a region of a file by moving the mouse cursor out of the 
  42.    current window in order to scroll the contents, after releasing the mouse
  43.    button a region in the window beneath the mouse cursor was highlighted too.
  44.    This has been fixed with the current build.
  45.  
  46. 6. When scrolling back to the top of a window with the arrow keys or the 
  47.    page up key the vertical scroll bar wasn't updated correctly.
  48.  
  49. 7. Typing or inserting text in a file caused random highlighting in any
  50.    additional views to that file if these files had highlighted areas.
  51.  
  52. 8. The Find and Replace dialogs now correctly recognize if the input
  53.    focus has changed to another window.
  54.  
  55. 9. The Replace dialog disappeared after the first match. This is now
  56.    fixed.
  57.  
  58. 10. When converting characters to uppercase or lowercase with a 
  59.     proportional font for the current window the caret position was
  60.     not correctly updated.
  61.  
  62. 11. The macro recorder didn't record menu selections by keys correctly,
  63.     this is fixed now.
  64.  
  65. 12. Changing the direction when selecting with the mouse did not always
  66.     work correctly.
  67.     
  68. 13. Scrolling while selecting with the mouse was very slow. The scrolling
  69.     speed has been improved.
  70.     
  71. 14. Shifting highlighted areas to the left sometimes caused a GPF, this
  72.     has been fixed.
  73.  
  74. 15. If a file was changed by an other application the prompting for reloading
  75.     caused a deadlock in the 32 bit version.
  76.  
  77. New features since build 643
  78.  
  79. 1. Syntax can now be highlighted with bold, italic and underline 
  80.    attributes in printing. See the Print settings dialog.
  81.  
  82. 2. The date and time macros ($Date$, $Time$, $FileDate$, $FileTime$)
  83.    in the printing head and footlines now pick up the correct date
  84.    and time format from the WIN.INI or the registration database.
  85.    
  86. Bugs fixed since build 637
  87.  
  88. 1. Selecting help from the right mouse popup in an empty file caused
  89.    a GPF.
  90.  
  91. 2. Column number sometimes were incorrect.
  92.  
  93. 3. Double clicking into a file with only an empty line caused a GPF.
  94.  
  95. 4. Clipboard operations or drag and drop in files < 512 bytes caused 
  96.    a GPF.
  97.  
  98. 5. Clicking past the end of a file with the window scrolled to the right
  99.    didn't position the caret correctly.
  100.  
  101. New features since build 637
  102.  
  103. 1. A new option in the settings dialog allows persistant desktop layout
  104.    between sessions. The position and state of the main window is stored
  105.    as well as the files loaded and their particular position within 
  106.    ARIS EDIT.
  107.    
  108. 2. A new command line flag /d prevents ARIS EDIT from restoring the
  109.    desktop, thus starting with a new empty desktop.
  110.  
  111. 3. When highlighting with the mouse ARIS EDIT now also scrolls to the 
  112.    left and right if necessary.
  113.  
  114. 4. The macros for the tools called from the tools menu can be entered
  115.    in the initial directory field as well.
  116.  
  117. 5. If you have a color printer you can now use syntax highlighting for
  118.    C/C++ files even on your source listings. A new option in the 
  119.    printing options enables or disables this feature.
  120.  
  121. Bugs fixed since build 626
  122.  
  123. 1. When a file loaded into ARIS EDIT was updated by another application
  124.    the notification message box caused unpredictable behavior. The 16 bit
  125.    version sometimes produced a GPF, both the 16 and the 32 bit bit version
  126.    sometimes ended up in moving the current editor window. This is now 
  127.    fixed.
  128.  
  129. 2. A file containing NULL characters caused a GPF when printing or 
  130.    previewing.
  131.  
  132. 3. Aborting a File Save As command with the Cancel button caused a division 
  133.    by zero error.
  134.  
  135. 4. The autosave function used the entered number of minutes as seconds.
  136.  
  137. 5. The selection with the mouse did not work correctly when dragging backwards
  138.    towards the beginning of a file.
  139.  
  140. 6. Files with the extension HPP where not recognized as C/C++ files. (In the 
  141.    next beta there will be an option setting for this)
  142.  
  143. 7. Incorrect screen updates while parts of an MDI window where out of the 
  144.    desktop area have been fixed.
  145.  
  146. New features:
  147.  
  148. 1. The font for the File Open Windows has been changed. The new smaller
  149.    font allows longer folder names.
  150.  
  151. 2. The status bar now shows the current working directory. 
  152.  
  153. 3. The Options dialogs now use tabbed dialogs to allow easier switching between
  154.    different option dialogs.
  155.  
  156. 4. The search dialog now dissapears immediately after the first hit is found.
  157.    That way it is no longer eventually hiding the found location and you can
  158.    just as easily continue searching with the appropriate toolbar button or by
  159.    pressing Ctrl + F3
  160.  
  161. 5. Those who do not like their numeric keypad + and - keys occupied by the BRIEF
  162.    functions cut and copy line can now switch this off in the settings dialog.
  163.  
  164. 6. When moving the cursor to the left border of an editor window the cursor shape
  165.    changes to a right pointing arrow, indicating that you are now in line 
  166.    selecting mode. A single click to the left border now selects the whole line.
  167.  
  168. Bugs fixed since build 613
  169.  
  170. 1. Incorrect screen update after using Options.Settings fixed
  171. 2. Save inserts NULL characters into a file if used immediately
  172.    after a paste operation.
  173. 3. Resources for ToolTips updated.
  174. 4. Goto button in the Find In Files dialog only opened file.
  175.    It opens the file and jumps to the line now.
  176. 5. Cut function caused a GPF in the 16 bit version if the amount of
  177.    text deleted was greater than 50% of the file.
  178. 6. Macro recorder now only records keystrokes rather than all events.
  179. 7. Document tabs didn't show underline character.
  180. 8. Find In Files caused GPF when used on locked files.
  181. 9. GPF caused by deleting lines at the end of a file.
  182.  
  183. New features and changes.
  184.  
  185. 1. A second toolbar is now available and can be switched on or off
  186.    with the topic "Second toolbar" from the View menu.
  187. 2. New option "Use blanks instead of tabs" in Options.Settings causes
  188.    ARIS EDIT to insert the appropriate number of blanks instead of a tab
  189.    character when the TAB key is pressed.
  190. 3. New functions "Tabs to Blanks" and "Blanks to Tabs" in the 
  191.    Convert submenu of the Edit menu can be used to convert tabs/blanks
  192.    in any highlighted area.
  193. 4. A new dialog Document Properties is available either from the File menu
  194.    or in the popup menu from the right mouse button.
  195. 5. UNIX files are detected upon loading (contains only newline characters
  196.    at the end of a line rather than a CR/LF pair) and saved the same way.
  197.    The Document Properties can be used to convert files when saving.
  198. 6. When running under Windows 95 ARIS EDIT again uses the old-style 
  199.    File Open dialog rather than the new Windows 95 dialog. This is because
  200.    the Windows 95 dialog has a bug when attempting to open multiple files.
  201.  
  202.